HELP - Parameters
HelpExample CodeHowToDocumentParameters
Description Source Call Graph
Start Line: 89
void HowToDocument::Parameters(int iSize, HowToDocument &howToDocument, float fMAX2=2.1f)
{ // Here we don't need to put the ending parenthesis after 2.1f on a newline, 
  // since the statement doesn't end until the ending '}'
  float fFloat = iSize * 3 + fMAX2;
}